From: Eli Zaretskii Date: Sun, 4 Apr 2004 21:32:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23371 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7c16ffbddb37415b2bd141df3aea9d8771e28d56;p=emacs.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index bbf45b77dc5..baa731f0f54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-04-04 Eli Zaretskii + + * config.bat (lib-src): Recognize comment lines in Makefile.in + that have a TAB after the #, to avoid errors in preprocessing with + GCC 3.3.3. + 2004-03-31 Luc Teirlinck * Makefile.in: Mention in comment that `make maintainer-clean' diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 19cb2206bab..c7b2453b4ed 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2004-04-04 Eli Zaretskii + + * calendar/timeclock.el (timeclock-relative) + (timeclock-get-project-function, timeclock-get-workday-function) + (timeclock-query-out, timeclock-when-to-leave) + (timeclock-when-to-leave-string, timeclock-log-data) + (timeclock-generate-report, timeclock-in): Doc fixes. + 2004-04-03 Stefan Monnier * url: Import the URL package from its repository. diff --git a/src/ChangeLog b/src/ChangeLog index 0f9dba4298e..c258b4bf8a7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2004-04-04 Eli Zaretskii + + * charset.h (SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings + from GCC. + 2004-04-03 Stefan Monnier * .gdbinit-union: Remove.